home *** CD-ROM | disk | FTP | other *** search
/ Transactor / Transactor_07_1985_Transactor_Publishing.d64 / firstdial3 boot (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  535b  |  19 lines

  1. 100 rem   boot for autodial addition
  2. 110 rem         to firstterm2
  3. 120 rem files needed:
  4. 130 rem  firstdial3-autodial
  5. 140 rem  firstterm3-modified firstterm2
  6. 150 rem  firstterm3 bt-modified boot
  7. 160 rem
  8. 170 rem    autodial by bill osipoff
  9. 180 rem   mcug, inc., (313) 977-3739
  10. 190 rem           10/30/84
  11. 200 qu$=chr$(34)
  12. 205 print"[147]....loading firstdial3 by bill osipoff [146]";
  13. 210 print"load";qu$;"firstdial3";qu$;",8,1"
  14. 250 print"new"
  15. 290 print"load";qu$;"firstterm3 bt";qu$;",8,1"
  16. 300 print"run";
  17. 330 poke631,13:poke632,13:poke633,13
  18. 335 poke634,13:poke198,4
  19.